Auto merge of #5075 - ehuss:report-test-ws, r=matklad
authorbors <bors@rust-lang.org>
Mon, 26 Feb 2018 15:31:55 +0000 (15:31 +0000)
committerbors <bors@rust-lang.org>
Mon, 26 Feb 2018 15:31:55 +0000 (15:31 +0000)
commit56f2ec732f3a42619e865e3553a0bf875ae94b4f
tree396129c19b7217c1c699e0c919c6b6db26b79989
parented8dfce4c119dca307c428e879a075bd24ab51b8
parentc61efd8c39b58b2af17a3b9663a866fd17d295cd
Auto merge of #5075 - ehuss:report-test-ws, r=matklad

Fix test error hint in a workspace.

This adds "-p NAME" to the hint on how to re-run a test when it fails if it is
inside a workspace.

Fixes #5053